Click or drag to resize

RequestParse Method

Converts the specified string representation of a request to its Request equivalent.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Request Parse(
	string request
)

Parameters

request
Type: SystemString
A string containing a request to convert.

Return Value

Type: Request
A Request equivalent contained in the request parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest;Request is null.
See Also